1 namespace Fingerprint_Recognition_Project
2 {
3     
partial class Form1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(Form1));
32             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
33             
this.pictureBox2 = new System.Windows.Forms.PictureBox();
34             
this.button1 = new System.Windows.Forms.Button();
35             
this.button2 = new System.Windows.Forms.Button();
36             
this.button3 = new System.Windows.Forms.Button();
37             
this.panel1 = new System.Windows.Forms.Panel();
38             
this.label1 = new System.Windows.Forms.Label();
39             
this.panel2 = new System.Windows.Forms.Panel();
40             
this.panel3 = new System.Windows.Forms.Panel();
41             
this.pictureBox3 = new System.Windows.Forms.PictureBox();
42             
this.label2 = new System.Windows.Forms.Label();
43             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
44             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox2)).BeginInit();
45             
this.panel1.SuspendLayout();
46             
this.panel2.SuspendLayout();
47             
this.panel3.SuspendLayout();
48             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox3)).BeginInit();
49             
this.SuspendLayout();
50             
//
51             
// pictureBox1
52             
//
53             
this.pictureBox1.Location = new System.Drawing.Point(12, 79);
54             
this.pictureBox1.Name = "pictureBox1";
55             
this.pictureBox1.Size = new System.Drawing.Size(182, 229);
56             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
57             
this.pictureBox1.TabIndex = 0;
58             
this.pictureBox1.TabStop = false;
59             
//
60             
// pictureBox2
61             
//
62             
this.pictureBox2.Location = new System.Drawing.Point(769, 79);
63             
this.pictureBox2.Name = "pictureBox2";
64             
this.pictureBox2.Size = new System.Drawing.Size(182, 229);
65             
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
66             
this.pictureBox2.TabIndex = 1;
67             
this.pictureBox2.TabStop = false;
68             
//
69             
// button1
70             
//
71             
this.button1.BackColor = System.Drawing.Color.Teal;
72             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
73             
this.button1.ForeColor = System.Drawing.Color.White;
74             
this.button1.Location = new System.Drawing.Point(12, 377);
75             
this.button1.Name = "button1";
76             
this.button1.Size = new System.Drawing.Size(182, 61);
77             
this.button1.TabIndex = 2;
78             
this.button1.Text = "Load Image 1";
79             
this.button1.UseVisualStyleBackColor = false;
80             
this.button1.Click += new System.EventHandler(this.button1_Click);
81             
//
82             
// button2
83             
//
84             
this.button2.BackColor = System.Drawing.Color.Teal;
85             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
86             
this.button2.ForeColor = System.Drawing.Color.White;
87             
this.button2.Location = new System.Drawing.Point(769, 377);
88             
this.button2.Name = "button2";
89             
this.button2.Size = new System.Drawing.Size(182, 61);
90             
this.button2.TabIndex = 3;
91             
this.button2.Text = "Load Image2";
92             
this.button2.UseVisualStyleBackColor = false;
93             
this.button2.Click += new System.EventHandler(this.button2_Click);
94             
//
95             
// button3
96             
//
97             
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
98             
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99             
this.button3.ForeColor = System.Drawing.Color.White;
100             
this.button3.Location = new System.Drawing.Point(393, 377);
101             
this.button3.Name = "button3";
102             
this.button3.Size = new System.Drawing.Size(119, 61);
103             
this.button3.TabIndex = 4;
104             
this.button3.Text = "Match";
105             
this.button3.UseVisualStyleBackColor = false;
106             
this.button3.Click += new System.EventHandler(this.button3_Click);
107             
//
108             
// panel1
109             
//
110             
this.panel1.BackColor = System.Drawing.SystemColors.WindowFrame;
111             
this.panel1.Controls.Add(this.label1);
112             
this.panel1.Location = new System.Drawing.Point(0, 0);
113             
this.panel1.Name = "panel1";
114             
this.panel1.Size = new System.Drawing.Size(967, 48);
115             
this.panel1.TabIndex = 5;
116             
//
117             
// label1
118             
//
119             
this.label1.AutoSize = true;
120             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121             
this.label1.ForeColor = System.Drawing.Color.White;
122             
this.label1.Location = new System.Drawing.Point(328, 9);
123             
this.label1.Name = "label1";
124             
this.label1.Size = new System.Drawing.Size(273, 29);
125             
this.label1.TabIndex = 0;
126             
this.label1.Text = "Finger Print Recognizer ";
127             
//
128             
// panel2
129             
//
130             
this.panel2.BackColor = System.Drawing.Color.Gray;
131             
this.panel2.Controls.Add(this.label2);
132             
this.panel2.ForeColor = System.Drawing.Color.Tan;
133             
this.panel2.Location = new System.Drawing.Point(0, 444);
134             
this.panel2.Name = "panel2";
135             
this.panel2.Size = new System.Drawing.Size(967, 41);
136             
this.panel2.TabIndex = 6;
137             
//
138             
// panel3
139             
//
140             
this.panel3.BackColor = System.Drawing.Color.Maroon;
141             
this.panel3.Controls.Add(this.pictureBox3);
142             
this.panel3.Location = new System.Drawing.Point(214, 54);
143             
this.panel3.Name = "panel3";
144             
this.panel3.Size = new System.Drawing.Size(522, 292);
145             
this.panel3.TabIndex = 7;
146             
//
147             
// pictureBox3
148             
//
149             
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
150             
this.pictureBox3.Location = new System.Drawing.Point(3, 3);
151             
this.pictureBox3.Name = "pictureBox3";
152             
this.pictureBox3.Size = new System.Drawing.Size(516, 286);
153             
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
154             
this.pictureBox3.TabIndex = 1;
155             
this.pictureBox3.TabStop = false;
156             
//
157             
// label2
158             
//
159             
this.label2.AutoSize = true;
160             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161             
this.label2.ForeColor = System.Drawing.Color.White;
162             
this.label2.Location = new System.Drawing.Point(660, 5);
163             
this.label2.Name = "label2";
164             
this.label2.Size = new System.Drawing.Size(291, 26);
165             
this.label2.TabIndex = 8;
166             
this.label2.Text = "Developer: Zaheer Chudhary";
167             
//
168             
// Form1
169             
//
170             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
171             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
172             
this.ClientSize = new System.Drawing.Size(963, 484);
173             
this.Controls.Add(this.panel3);
174             
this.Controls.Add(this.panel2);
175             
this.Controls.Add(this.panel1);
176             
this.Controls.Add(this.button3);
177             
this.Controls.Add(this.button2);
178             
this.Controls.Add(this.button1);
179             
this.Controls.Add(this.pictureBox2);
180             
this.Controls.Add(this.pictureBox1);
181             
this.Name = "Form1";
182             
this.Text = "Form1";
183             
this.Load += new System.EventHandler(this.Form1_Load);
184             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
185             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox2)).EndInit();
186             
this.panel1.ResumeLayout(false);
187             
this.panel1.PerformLayout();
188             
this.panel2.ResumeLayout(false);
189             
this.panel2.PerformLayout();
190             
this.panel3.ResumeLayout(false);
191             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox3)).EndInit();
192             
this.ResumeLayout(false);
193
194         }
195
196         
#endregion
197
198         
private System.Windows.Forms.PictureBox pictureBox1;
199         
private System.Windows.Forms.PictureBox pictureBox2;
200         
private System.Windows.Forms.Button button1;
201         
private System.Windows.Forms.Button button2;
202         
private System.Windows.Forms.Button button3;
203         
private System.Windows.Forms.Panel panel1;
204         
private System.Windows.Forms.Label label1;
205         
private System.Windows.Forms.Panel panel2;
206         
private System.Windows.Forms.Panel panel3;
207         
private System.Windows.Forms.PictureBox pictureBox3;
208         
private System.Windows.Forms.Label label2;
209     }
210 }


Gõ tìm kiếm nhanh...